From 86fbd93cf931703877f0031f4f52d7c571eb32f2 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 25 Mar 2005 23:11:41 +0000 Subject: [PATCH] bitkeeper revision 1.1236.1.135 (4244ed86kEAlvpwiOYtt50ZJQBFS1A) Small makefile cleanup. --- xen/common/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/common/Makefile b/xen/common/Makefile index 51976598ce..f8868ece6f 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -4,9 +4,7 @@ include $(BASEDIR)/Rules.mk ifeq ($(TARGET_ARCH),ia64) OBJS := $(subst dom_mem_ops.o,,$(OBJS)) OBJS := $(subst grant_table.o,,$(OBJS)) -#OBJS := $(subst page_alloc.o,,$(OBJS)) OBJS := $(subst physdev.o,,$(OBJS)) -#OBJS := $(subst xmalloc.o,,$(OBJS)) endif ifneq ($(perfc),y) -- 2.30.2